* {
    margin: 0;
    padding: 0;
}

body,
html {
    font-family: Arial, "å®‹ä½“", "å¾®è½¯é›…é»‘";
    margin: 0;
}

.dn {
    display: block !important;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

a {
    list-style: none;
    color: #7a7a7a;
    outline: none;
    cursor: pointer;
}

a:link,
a:visited,
a:active,
a:hover {
    text-decoration: none !important;
}

p,
div,
td {
    color: #7a7a7a;
}

input {
    border: none;
    outline: none;
}

.clears:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clears {
    *+height: 1%;
}

.box {
    width: 100%;
    margin: 0 auto;
}

.content.box {
    display: flex;
}

#dnn_LeftnavPane {
    width: 230px;
    padding-top: 20px !important;
    min-height: 450px;
    background: url(./images/leftbg.gif) repeat-y 10px top;
}

#dnn_ContentPane {
    width: 502px;
    margin: 0 48px 10px 4px;
}

#dnn_RightnavPane {
    width: 180px;
}

.content-cont1 {
    width: 150px;
    float: left;
    margin-bottom: 30px;
}

.content-cont2 {
    width: 340px;
    float: left;
}

.style11 #dnn_ContentPane {
    width: 752px;
    margin: 0 4px 10px 40px;
}


/* header */

.header {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
    overflow: hidden;
}

.header-left {
    float: left;
}

.header-right {
    float: right;
}

.top-right {
    width: 380px;
    margin-top: 20px;
    text-align: right;
}

.top .smenu {
    float: left;
    text-align: left;
    vertical-align: top;
}

.top .smenu a {
    color: #6a6a6a;
}

.top .smenu a:hover {
    color: #6a6a6a;
    text-decoration: underline;
}

.top .smenu span {
    margin: 0 7px 0 5px;
}

.header_search {
    display: inline-block;
}

.header_search .search_txt,
.header_search .search_btn {
    display: inline-block;
}

.header_search .search_txt input {
    width: 100px;
    height: 16px;
    line-height: 19px;
    border: none;
    padding: 0;
    background: none;
    border: 1px solid rgb(209, 209, 209);
    display: inline-block;
}

.header_search .search_btn {
    width: 19px;
    height: 19px;
    transform: translate(-4px, 6px);
}


/*#menu { position: absolute; right: 5px; color: #6a6a6a; top: 18px;}
#phone div {    display: none;    position: absolute;    left: -90px;    z-index: 99999;}
#phone:hover #phone2{ display: block }
#menu ul { float:left; margin-right:3px;}   
#menu li {float:left; background:url(./images/topvline.gif) no-repeat right 9px ; background-position-y:3px\9; padding:0 7px 0 7px;}   
#menu li.last { background:none;} 
#menu li.lang a { display: inline-block; margin: 0 3px}     
#menu a { display:block; line-height:26px; color: #6a6a6a;}   
#menu a:hover {display:block; text-decoration:underline !important;}   
#menu span { width:42px\0; font-family:Arial;display:block; margin-top:-2px\9;margin-top:-1px\0; font-family:Arial;}
#phone { position: relative; }
#phone a {    background: url(./images/phone.gif) no-repeat left 6px;    padding-left: 12px;}
*/


/*input*/


/*nav*/

.nav {
    background: #008eda;
    height: 25px;
}

.nav .navmenu {
    display: flex;
}

.nav .navmenu li.level-0:last-child {
    background: url(./images/navlastbg.gif) repeat-x left top;
}

.nav .navmenu li.level-0 {
    display: inline-block;
    text-align: center;
    height: 25px;
    width: 14.27%;
    position: relative;
    border-right: 1px solid #fff;
}

.nav .navmenu li.level-0>a {
    /* padding: 0 41.1px; */
    margin: 0px;
    display: block;
    color: #fff;
    background: #008eda;
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    white-space: nowrap;
}

.nav .navmenu li.level-0:hover>a {
    background: #0054a7;
}

.nav .navmenu li.level-0-last>a {
    background: #01b1ea;
    /* width: 147px; */
    padding: 0;
}

.nav .navmenu li.level-0 div.sub-0 {
    position: absolute;
    left: 1px;
    top: 25px;
    display: none;
    z-index: 999;
}

.nav .navmenu li.level-0:hover div.sub-0 {
    display: block;
}

.nav .navmenu li.level-0 ul.sub-0 {
    z-index: 9999;
    margin: 0;
    border: 1px solid #b4dff0;
}

.nav .navmenu li.level-0 ul.sub-0 li {
    list-style: none;
}

.nav .navmenu li.level-0 ul.sub-0 li a {
    display: block;
    color: #008dd5;
    text-align: center;
    line-height: 23px;
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0 !important;
    filter: Alpha(opacity=80);
    background: #fff;
    padding: 0 40px;
    box-sizing: border-box;
}

.nav .navmenu li.level-0 ul.sub-0 .sub-1 {
    display: none;
}

.nav .navmenu li.level-0 ul.sub-0 li a span {
    white-space: nowrap;
}

.nav .navmenu li.level-0 ul.sub-0 li:hover a span {
    color: #fff;
}

.nav .navmenu li.level-0 ul.sub-0 li:hover a.level-1 {
    background: #0054a7 !important;
}

.nav .navmenu li.level-0 ul.navitem-2 li a {
    padding: 0 46px;
}

.nav .navmenu li.level-0 ul.navitem-3 li a {
    padding: 0 45px;
}

.nav .navmenu li.level-0 ul.navitem-4 li a {
    padding: 0 34px;
}

.nav .navmenu li.level-0 ul.navitem-5 li a {
    padding: 0 40px;
}

.nav .navmenu li.level-0 ul.navitem-6 li a {
    padding: 0 23px;
}

.nav .navmenu li.level-0 ul.navitem-7 li a {
    padding: 0 11px;
}

.nav .navmenu li.level-0 ul.navitem-8 li a {
    padding: 0 44px;
}


/*å½“å‰ä½ç½®*/

.content_r_breadcrumb {
    margin: 30px 0 0 0;
    color: #a6a6a6;
    height: 31px;
}

.content_r_breadcrumb a {
    color: #a6a6a6;
}

.content_r_breadcrumb a:hover {
    color: #C89151;
}


/*right*/

.righttit {
    margin: 56px 0 0 0;
    background: #ebc888;
    padding: 2px 0 0 0;
    text-indent: 8px;
    font-weight: bold;
    color: #fff;
    line-height: 16px;
}

.righttit a {
    color: #fff;
}

.righttit a:hover {
    color: #fff;
}

.righttw {
    background: url(./images/dotline.gif) repeat-x bottom;
    height: 136px;
    width: 178px;
    margin: 11px 0 0 0;
    color: #8f8f8f;
    line-height: 15px;
    letter-spacing: 1px;
}

.righttw a {
    color: #8f8f8f;
}

.righttw a:hover {
    color: #c89151;
}

.righttw img {
    margin-right: 13px;
}

.rightpic {
    margin: 12px 0 0 0;
}

.rightpic .piclist {
    margin: 0 0 10px 0;
    width: 179px;
}

.cnt {
    border: 1px solid #cdcbd0;
    width: 177px;
}

.cnt img {
    margin: 1px;
}

.rlist .tel {
    margin: 0px;
    background: #fff;
    color: #c79250;
    text-indent: 4px;
    font-weight: bold;
    line-height: 25px;
}

.rlist .tel a {
    color: #888888;
}

.rlist .bprint {
    background: #f5e9dd url(./images/a1.jpg) no-repeat 6px center;
}

.rlist .bmap {
    background: #f5e9dd url(./images/a2.jpg) no-repeat 6px center;
}

.rlist .bcontact {
    background: #f5e9dd url(./images/a3.jpg) no-repeat 6px center;
}

.rlist .brss {
    background: #f5e9dd url(./images/a4.jpg) no-repeat 6px center;
}

.rlist ul {
    list-style: none;
}

.rlist li {
    text-indent: 29px;
    background: #cce7f8;
    color: #018dda;
    margin-bottom: 2px;
    line-height: 22px;
    padding: 2px 0 0 0;
}

.rlist li a {
    color: #8d8b8c;
}


/*color*/

.style1 .nav .navmenu li.level-0.breadcrumb-0 a {
    background: #ebc888;
}

.style1 .nav .navmenu li.level-0.breadcrumb-0 ul.sub-0 li a {
    color: #6f6f6f;
}

.style1 .nav .navmenu li.level-0.breadcrumb-0 ul.sub-0 li:hover a.level-1 {
    background: #ebc888 !important;
}

.style2 .nav .navmenu li.level-0.breadcrumb-0 a {
    background: #a0775b;
}

.style2 .nav .navmenu li.level-0.breadcrumb-0 ul.sub-0 li a {
    color: #6f6f6f;
}

.style2 .nav .navmenu li.level-0.breadcrumb-0 ul.sub-0 li:hover a.level-1 {
    background: #a0775b !important;
}

.style2 #dnn_LeftnavPane {
    background: url(/Portals/166/Skins/sinochem-index/images/subpage-banner/news/bg.png) repeat-y 10px top;
}

.style2 .DNNContainer_with_title h2 {
    color: #8f6f5a;
    border-bottom: 1px solid #8f6f5a;
}

.style2 .more {
    background: url(/Portals/166/Skins/sinochem-index/images/subpage-banner/news/more.gif);
}

.style2 a.news-title:hover {
    color: #8f6f5a !important;
}

.style2 .righttit {
    background-color: #8f6f5a;
}

.style2 .rlist .tel {
    color: #898989;
}

.style2 .rlist .bprint {
    background: #e7e7e7 url(/Portals/166/Skins/sinochem-index/images/subpage-banner/news/a1.jpg) no-repeat 6px center;
}

.style2 .rlist .bmap {
    background: #e7e7e7 url(/Portals/166/Skins/sinochem-index/images/subpage-banner/news/a2.jpg) no-repeat 6px center;
}

.style2 .rlist .bcontact {
    background: #e7e7e7 url(/Portals/166/Skins/sinochem-index/images/subpage-banner/news/a3.jpg) no-repeat 6px center;
}

.style2 .rlist .brss {
    background: #e7e7e7 url(/Portals/166/Skins/sinochem-index/images/subpage-banner/news/a4.jpg) no-repeat 6px center;
}

.style3 .nav .navmenu li.level-0.breadcrumb-0 a {
    background: #95867f;
}

.style3 #dnn_LeftnavPane {
    background: url(./images/subpage-banner/prc/bg.png) repeat-y 10px top;
}

.style3 .DNNContainer_with_title h2 {
    color: #95867f;
    border-bottom: 1px solid #95867f;
}

.style3 .righttit {
    background-color: #8f6f5a;
}

.style3 .rlist .tel {
    color: #898989;
}

.style3 .rlist .bprint {
    background: #e7e7e7 url(./images/subpage-banner/prc/a1.jpg) no-repeat 6px center;
}

.style3 .rlist .bmap {
    background: #e7e7e7 url(./images/subpage-banner/prc/a2.jpg) no-repeat 6px center;
}

.style3 .rlist .bcontact {
    background: #e7e7e7 url(./images/subpage-banner/prc/a3.jpg) no-repeat 6px center;
}

.style3 .rlist .brss {
    background: #e7e7e7 url(./images/subpage-banner/prc/a4.jpg) no-repeat 6px center;
}

.style4 .nav .navmenu li.level-0.breadcrumb-0 a {
    background: #a2c87f;
}

.style4 #dnn_LeftnavPane {
    background: url(./images/subpage-banner/shzr/bg.png) repeat-y 10px top;
}

.style4 .accordion-3-container li.level-0 a:hover,
.style4 .accordion-3-container li.active a {
    background: #779d52 url(/Portals/166/GlobalstechTemplates/Menus/Default/arrow2.gif) no-repeat 8px 11px;
}

.style4 .DNNContainer_with_title h2 {
    color: #5f8b36;
    border-bottom: 1px solid #5f8b36;
}

.style4 a.news-title {
    /* color: #5f8b36 */
}

.style4 .righttit {
    background: #5e8c34;
}

.style4 .rlist ul li a {
    color: #5f8b36
}

.style4 .rlist .tel {
    color: #5e8c34;
}

.style4 .rlist .bprint {
    background: #dfe8d7 url(./images/subpage-banner/shzr/a1.jpg) no-repeat 6px center;
}

.style4 .rlist .bmap {
    background: #dfe8d7 url(./images/subpage-banner/shzr/a2.jpg) no-repeat 6px center;
}

.style4 .rlist .bcontact {
    background: #dfe8d7 url(./images/subpage-banner/shzr/a3.jpg) no-repeat 6px center;
}

.style4 .rlist .brss {
    background: #dfe8d7 url(./images/subpage-banner/shzr/a4.jpg) no-repeat 6px center;
}

.style5 .nav .navmenu li.level-0.breadcrumb-0 a {
    background: #87759f;
}

.style5 #dnn_LeftnavPane {
    background: url(./images/subpage-banner/rlzy/bg.png) repeat-y 10px top;
}

.style5 .accordion-3-container li.level-0 a:hover,
.style5 .accordion-3-container li.active a {
    background: #87759f url(/Portals/166/GlobalstechTemplates/Menus/Default/arrow2.gif) no-repeat 8px 11px !important;
}

.style5 .DNNContainer_with_title h2 {
    color: #8f75b6;
    border-bottom: 1px solid #8f75b6;
}

.style5 .righttit {
    background: #8f75b6;
}

.style5 .rlist ul li a {
    color: #898989;
}

.style5 .rlist .tel {
    color: #898989
}

.style5 .rlist .bprint {
    background: #e7e7e7 url(./images/subpage-banner/rlzy/a1.jpg) no-repeat 6px center;
}

.style5 .rlist .bmap {
    background: #e7e7e7 url(./images/subpage-banner/rlzy/a2.jpg) no-repeat 6px center;
}

.style5 .rlist .bcontact {
    background: #e7e7e7 url(./images/subpage-banner/rlzy/a3.jpg) no-repeat 6px center;
}

.style5 .rlist .brss {
    background: #e7e7e7 url(./images/subpage-banner/rlzy/a4.jpg) no-repeat 6px center;
}

.style7 .nav .navmenu li.level-0.breadcrumb-0 a {
    background: #0054a7;
}

.style7 #dnn_LeftnavPane {
    background: url(./images/subpage-banner/kjcx/bg.png) repeat-y 10px top;
}

.style7 .accordion-3-container li.level-0 a:hover,
.style7 .accordion-3-container li.active a {
    background: #2682c5 url(/Portals/166/GlobalstechTemplates/Menus/Default/arrow2.gif) no-repeat 8px 11px !important;
}

.style7 .DNNContainer_with_title h2 {
    color: #008eda;
    border-bottom: 1px solid #008eda;
}

.style7 .tuw {
    margin: 0 0 28px 0;
}

.tuw a:hover {
    color: #c89151!important;
}

.onlyw a:hover {
    color: #c89151!important;
}

.style7 .righttit {
    background: #008eda;
}

.style7 .rlist ul li a {
    color: #008eda;
}

.style7 .rlist .tel {
    color: #008eda;
}

.style7 .rlist .bprint {
    background: #cce7f8 url(./images/subpage-banner/kjcx/a1.gif) no-repeat 6px center;
}

.style7 .rlist .bmap {
    background: #cce7f8 url(./images/subpage-banner/kjcx/a2.gif) no-repeat 6px center;
}

.style7 .rlist .bcontact {
    background: #cce7f8 url(./images/subpage-banner/kjcx/a3.gif) no-repeat 6px center;
}

.style7 .rlist .brss {
    background: #cce7f8 url(./images/subpage-banner/kjcx/a4.gif) no-repeat 6px center;
}

.style8 .nav .navmenu li.level-0.breadcrumb-0 a {
    background: #28c7fe;
}

.style8 #dnn_LeftnavPane {
    background: url(./images/subpage-banner/hgsh/bg.png) repeat-y 10px top;
}


/*.style8 .accordion-3-container li.level-0 a:hover, .style8 .accordion-3-container li.level-0 a {
	background: #459788 url(/Portals/166/GlobalstechTemplates/Menus/Default/arrow2.gif) no-repeat 8px 11px;}*/

.style8 .righttit {
    background: #67d7fd;
}

.style8 .rlist ul li a {
    color: #018dda;
}

.style8 .rlist .tel {
    color: #018dda;
}

.style8 .rlist .bprint {
    background: #cce7f8 url(./images/subpage-banner/kjcx/a1.gif) no-repeat 6px center;
}

.style8 .rlist .bmap {
    background: #cce7f8 url(./images/subpage-banner/kjcx/a2.gif) no-repeat 6px center;
}

.style8 .rlist .bcontact {
    background: #cce7f8 url(./images/subpage-banner/kjcx/a3.gif) no-repeat 6px center;
}

.style8 .rlist .brss {
    background: #cce7f8 url(./images/subpage-banner/kjcx/a4.gif) no-repeat 6px center;
}

.style8 .teltext {
    color: #008eda;
    margin: 6px 0 4px 0;
    line-height: 18px;
}

.style8 .teltext .teltxt {
    float: left;
    padding-right: 3px;
    font-weight: bold;
    text-indent: 9px;
    color: #008eda;
    line-height: 18px;
}

.style8 .teltext .telnum {
    float: left;
    color: #008eda;
    line-height: 18px;
    font-weight: bold;
}

.style10 #dnn_LeftnavPane {
    background: url(./images/leftlxwmbg.gif) repeat-y 10px top;
    width: 230px;
}

.style10 .DNNContainer_with_title h2 {
    border-bottom: 1px solid #008eda;
    color: #008eda;
}

.style10 .sinochem-second-menu-title {
    display: block;
    word-wrap: break-word;
    word-break: normal;
    height: 28px;
    line-height: 28px;
    background: #2682c5 url(../library/images/aboutus/arrow2.gif) no-repeat 8px 11px;
    color: #fff;
    border-bottom: 1px solid #e8e8e8;
    font-weight: bold;
    letter-spacing: 1px;
}

.style10 .sinochem-second-menu-title:hover {
    background: #2682c5;
}

.style10 .Head a {
    float: none;
    font-weight: normal;
    font-size: 12px;
    display: block;
}

.style10 #dnn_LeftnavPane .sinochem-second-menu-title .Head {
    width: 144px;
}

.style10 .righttit {
    background: #008eda;
}

.style10 .rlist li a {
    color: #018dda;
}

.style10 .rlist .tel {
    color: #018dda;
}

.style10 .rlist .bprint {
    background: #cce7f8 url(./images/news/print.gif) no-repeat 6px center;
}

.style10 .rlist .bmap {
    background: #cce7f8 url(./images/news/map.gif) no-repeat 6px center;
}

.style10 .rlist .bcontact {
    background: #cce7f8 url(./images/news/contact.gif) no-repeat 6px center;
}

.style10 .rlist .brss {
    background: #cce7f8 url(./images/news/rss.gif) no-repeat 6px center;
}

.style11 #dnn_LeftnavPane {
    background: url(./images/leftlxwmbg.gif) repeat-y 10px top;
    width: 230px;
}

.style11 .DNNContainer_with_title h2 {
    border-bottom: 1px solid #008eda;
    color: #008eda;
}

.style11 .sinochem-second-menu-title {
    display: block;
    word-wrap: break-word;
    word-break: normal;
    height: 28px;
    line-height: 28px;
    background: #2682c5 url(../library/images/aboutus/arrow2.gif) no-repeat 8px 11px;
    color: #fff;
    border-bottom: 1px solid #e8e8e8;
    font-weight: bold;
    letter-spacing: 1px;
}

.style11 .sinochem-second-menu-title:hover {
    background: #2682c5;
}

.style11 .Head a {
    float: none;
    font-weight: normal;
    font-size: 12px;
    display: block;
}

.style11 #dnn_LeftnavPane .sinochem-second-menu-title .Head {
    width: 144px;
}


/*bottom*/

.btm {
    background: url(./images/logobtm.gif) no-repeat right center;
    margin-top: 10px;
    height: 71px;
    width: 100%;
    border-top: 1px solid #cdcdcd;
}

.btm td {
    vertical-align: top;
    padding-top: 8px;
    line-height: 21px;
    color: #5e5e5e;
}

.btm a {
    color: #5e5e5e;
}

.btm a:hover,
#dnn_ctr60046_ModuleContent a:hover {
    color: #5e5e5e;
    text-decoration: underline !important;
}

.btm span {
    font-family: Arial;
}

.hyxw-item-cont {
    width: 370px;
}